home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / styles.css48 < prev    next >
Text File  |  2008-04-05  |  11KB  |  378 lines

  1. body.loginpage
  2. {
  3.     background: #368  url("login_bg.jpg") repeat-x left top;
  4.     margin: 0;
  5. }
  6.  
  7. body.tabbedpage
  8. {
  9.     background: #368  url("login_bg.jpg") repeat-x left top;
  10.     background-position: 0% 85px;
  11.     margin: 0;
  12. }
  13.  
  14. body.photo
  15. {
  16.     background: #368;
  17.     font-family: verdana,arial; color:#CCF; font-size:8px;
  18.     margin: 0;
  19. }
  20.  
  21. body.popuppage
  22. {
  23.     background: #368  url("program_bg.jpg") repeat-x left top;
  24.     margin: 0;
  25. }
  26.  
  27. .pageheader
  28. {
  29.     background: #b9cfdc url("main_bg.jpg") repeat-x left top;
  30. }
  31.  
  32. A:link {color:#ccf;}
  33. A:visited {color:#ccf;}
  34. A:hover {text-decoration: none; color: #fff;}
  35. A:active {text-decoration: none; color: #ccc;}
  36.  
  37. /* Photo pages text */
  38. .photo {font-family: verdana,arial; color:#CCF; font-size:13px;}
  39.  
  40. /* Login page background color and text */
  41. .lbg {background-color:#069;}
  42. .login {font-family: verdana,arial; color:#fff; font-size:13px;}
  43.  
  44. /* Topbar lines */
  45. /* Line directly under buttons */
  46. .tbline1 {background-color:#0ad;}
  47. /* Thin line under previous line */
  48. .tbline2 {background-color:#368;}
  49.  
  50. /* Content well keyline */
  51. .cline {background-color:#fff;}
  52.  
  53. /* TV Guide date */
  54. .date {font-family: verdana,arial; color:#fff; font-size:18px;}
  55.  
  56. /* TV Guide time */
  57. .time {font-family: verdana,arial; color:#fff; font-size:11px;}
  58.  
  59. /* Listings table border */
  60. .tborder {background-color:#fed;}
  61.  
  62. /* Listings table background */
  63. .guide_chnl_cell {background-color:#368;}
  64. .guide_listing_row {background-color:#368;}
  65.  
  66. /* Color Coding Background*/
  67. .color_coding_row {background-color:#368;}
  68.  
  69. .searchTable {background-color:#368; color:white; font-size:13px;}
  70. .selectAllButton {background-color:#319B03; color:white; font-weight:bold;}
  71.  
  72. /* Listings */
  73. .channelicon { padding: 0px; }
  74. .channelnumber a {text-decoration: none;}
  75. .channelname a {text-decoration: none;}
  76. .channelnumber {font-family: verdana,arial; color:#CCF; font-size:18px;}
  77. .channelname {font-family: verdana,arial; color:#CCF; font-size:13px;}
  78.  
  79. .listing {font-family: verdana,arial; color:#CCF; font-size:13px;}
  80. .listing A:link {color:#fff;}
  81. .listing A:visited {color:#fff;}
  82. .listing A:hover {text-decoration: none; color: #fff;}
  83. .listing A:active {text-decoration: none; color: #fff;}
  84. .listdesc {font-family: verdana,arial; color:#CCF; font-size:11px;}
  85. .listingr {font-family: verdana,arial; color:#ccf; font-size:13px; background-color: #600;}
  86. .listingr A:link {color:#fff;}
  87. .listingr A:visited {color:#fff;}
  88. .listingr A:hover {text-decoration: none; color: #fff;}
  89. .listingr A:active {text-decoration: none; color: #fff;}
  90. .listdescr {font-family: verdana,arial; color:#ccf; font-size:11px;}
  91. .subtitle {font-size:11px;font-style: italic;color:#ccf;}
  92. .title {font-size:13px;}
  93.  
  94. .header 
  95. {
  96.     font-family: verdana,arial; 
  97.     color:#000; 
  98.     font-size:11px; 
  99.     background: #fff;
  100.     padding-top: 2px; 
  101.     padding-bottom: 1px; 
  102.     padding-right: 0px;
  103. }
  104. .header td {font-family: verdana,arial; color:#000; font-size:11px;}
  105. .header A:link {color:#000; }
  106. .header A:visited {color:#000; }
  107. .header A:hover {color:#000; }
  108. .header A:active {color:#000; }
  109.  
  110. /* Manage Recordings */
  111. .manage_recordings_row {background-color:#368;}
  112.  
  113. .pending {font-family: verdana,arial; color:#000; font-size:11px; background-color: #aaa;}
  114. .pending A:link {color:#000;}
  115. .pending A:visited {color:#000;}
  116. .pending A:hover {text-decoration: none; color: #000;}
  117. .pending A:active {text-decoration: none; color: #000;}
  118. .inprogress {font-family: verdana,arial; color:#000; font-size:11px; background-color: #3c2;}
  119. .inprogress A:link {color:#000;}
  120. .inprogress A:visited {color:#000;}
  121. .inprogress A:hover {text-decoration: none; color: #000;}
  122. .inprogress A:active {text-decoration: none; color: #000;}
  123. .available {font-family: verdana,arial; color:#000; font-size:11px; background-color: #339930;}
  124. .available A:link {color:#000;}
  125. .available A:visited {color:#000;}
  126. .available A:hover {text-decoration: none; color: #000;}
  127. .available A:active {text-decoration: none; color: #000;}
  128. .failed {font-family: verdana,arial; color:#000; font-size:11px; background-color: #fc3;}
  129. .failed A:link {color:#000;}
  130. .failed A:visited {color:#000;}
  131. .failed A:hover {text-decoration: none; color: #000;}
  132. .failed A:active {text-decoration: none; color: #000;}
  133. .conflict {font-family: verdana,arial; color:#000; font-size:11px; background-color: #f33;}
  134. .conflict A:link {color:#000;}
  135. .conflict A:visited {color:#000;}
  136. .conflict A:hover {text-decoration: none; color: #000;}
  137. .conflict A:active {text-decoration: none; color: #000;}
  138. .reoccurring {font-family: verdana,arial; color:#000; font-size:11px; background-color: #ccc;}
  139. .reoccurring A:link {color:#000;}
  140. .reoccurring A:visited {color:#000;}
  141. .reoccurring A:hover {text-decoration: none; color: #000;}
  142. .reoccurring A:active {text-decoration: none; color: #000;}
  143. .deleted {font-family: verdana,arial; color:#000; font-size:11px; background-color: #777;}
  144. .deleted A:link {color:#000;}
  145. .deleted A:visited {color:#000;}
  146. .deleted A:hover {text-decoration: none; color: #000;}
  147. .deleted A:active {text-decoration: none; color: #000;}
  148.  
  149. /* Advanced Episode Search */
  150. .keysearch {font-weight: bold; font-family: verdana,arial; color:#624; font-size:13px;}
  151.  
  152. /* Library */
  153. .library_row {background-color:#368;}
  154.  
  155. .folder {font-weight: bold; font-family: verdana,arial; font-size:13px; }
  156. .folder A:link {color:#ccf;}
  157. .folder A:visited {color:#ccf;}
  158. .folder A:hover {text-decoration: none; color: #fff;}
  159. .folder A:active {text-decoration: none; color: #ccc;}
  160.  
  161. .file {font-weight: bold; font-family: verdana,arial; font-size:13px; color:#ccf;}
  162. .file A:link {color:#ccf;}
  163. .file A:visited {color:#ccf;}
  164. .file A:hover {text-decoration: none; color: #fff;}
  165. .file A:active {text-decoration: none; color: #ccc;}
  166.  
  167. .coverart {background-repeat: no-repeat; background-position: right top; }
  168.  
  169. /* Statistics */
  170. .diskusedsystem {height:1em; background-color:red;}
  171. .diskusedgbpvr {height:1em; background-color:yellow;}
  172. .diskfree {height:1em; background-color:green;}
  173.  
  174.  
  175. /* Page footer */
  176. .footer {font-family: verdana,arial; color:#999; font-size:11px;}
  177. .footer A:link {color:#999;}
  178. .footer A:visited {color:#999;}
  179. .footer A:hover {text-decoration: none; color: #999;}
  180. .footer A:active {text-decoration: none; color: #999;}
  181.  
  182. .selectall { margin-top: 0; margin-bottom: 0; }
  183.  
  184. /* Buttons */
  185. .btn-normal-tiny,.btn-normal-tiny-red
  186. {
  187.     float:left;
  188.     margin:0 4px 0 0;
  189.     padding:0 0 0 6px;
  190.     text-decoration:none;
  191.     white-space:nowrap;
  192.     width: 40px;
  193.     max-width: 34px;
  194.     cursor: pointer;
  195. }
  196.  
  197. .btn-normal-tiny span,.btn-normal-tiny-red span
  198. {
  199.     display:block;
  200.     padding:3px 8px 0px 0px;
  201.     font-size: 14px;
  202.     font-family: Arial,sans-serif;
  203.     font-weight: bold;
  204.     color:#FFF;
  205.     text-align: center;
  206.     height: 22px;
  207.     max-height: 19px;
  208. }
  209.  
  210. .btn-normal-small            , .btn-normal-tiny            { background:url("btn_normal_left.gif")            no-repeat left top; }
  211. .btn-normal-small-red        , .btn-normal-tiny-red        { background:url("btn_normal_left_red.gif")        no-repeat left top; }
  212. .btn-normal-small span        , .btn-normal-tiny span        { background:url("btn_normal_right.gif")        no-repeat right top; }
  213. .btn-normal-small-red span    , .btn-normal-tiny-red span    { background:url("btn_normal_right_red.gif")    no-repeat right top; }
  214.  
  215. .btn-normal-small,.btn-normal-small-red
  216. {
  217.     float:left;
  218.     margin:0 4px 0 0;
  219.     padding:0 0 0 6px;
  220.     text-decoration:none;
  221.     white-space:nowrap;
  222.     width: 115px;
  223.     max-width: 109px;
  224.     cursor: pointer;
  225. }
  226.  
  227. .btn-normal-small-red        { width: 149px; max-width: 153px; }
  228.  
  229. .btn-normal-small span,.btn-normal-small-red span
  230. {
  231.     display:block;
  232.     padding:3px 8px 0px 0px;
  233.     font-size: 14px;
  234.     font-family: Arial,sans-serif;
  235.     font-weight: bold;
  236.     color:#FFF;
  237.     text-align: center;
  238.     height: 22px;
  239.     max-height: 19px;
  240. }
  241.  
  242. .btn-normal-medium
  243. {
  244.     float:left;
  245.     background:url("btn_medium_left.gif") no-repeat left top;
  246.     margin:0 4px 0 0;
  247.     padding:0 0 0 6px;
  248.     text-decoration:none;
  249.     white-space:nowrap;
  250.     width: 140px;
  251.     max-width: 134px;
  252.     cursor: pointer;
  253. }
  254.  
  255. .btn-normal-medium span 
  256. {
  257.     display:block;
  258.     background:url("btn_medium_right.gif") no-repeat right top;
  259.     padding:10px 8px 0px 0px;
  260.     font-size: 14px;
  261.     font-family: Arial,sans-serif;
  262.     font-weight: bold;
  263.     color:#FFF;
  264.     text-align: center;
  265.     height: 35px;
  266.     max-height: 25px;
  267. }
  268.  
  269. .btn-normal-large            { background:url("btn_popup_left.gif")        no-repeat left top; }
  270. .btn-normal-large-red        { background:url("btn_popup_left_red.gif")    no-repeat left top; }
  271. .btn-normal-large span        { background:url("btn_popup_right.gif")        no-repeat right top; }
  272. .btn-normal-large-red span    { background:url("btn_popup_right_red.gif")    no-repeat right top; }
  273.  
  274. .btn-normal-large,.btn-normal-large-red
  275. {
  276.     float:left;
  277.     margin:0 4px 0 0;
  278.     padding:0 0 0 6px;
  279.     text-decoration:none;
  280.     white-space:nowrap;
  281.     width: 226px;
  282.     max-width: 220px;
  283.     cursor: pointer;
  284. }
  285.  
  286. .btn-normal-large span,.btn-normal-large-red span
  287. {
  288.     display:block;
  289.     padding:16px 8px 0px 0px;
  290.     font-size: 14px;
  291.     font-family: Arial,sans-serif;
  292.     font-weight: bold;
  293.     color:#FFF;
  294.     text-align: center;
  295.     height: 49px;
  296.     max-height: 33px;
  297. }
  298.  
  299. /* 
  300.     Menu's Inspired by Sliding Doors of CSS:
  301.     http://www.alistapart.com/articles/slidingdoors/
  302.     http://www.alistapart.com/articles/slidingdoors2/
  303. */
  304.  
  305. #header_header 
  306. {
  307.     float:left;
  308.     width:100%;
  309.     font-size:93%;
  310.     line-height:normal;
  311. }
  312. #header_header ul {
  313.     margin:0;
  314.     padding:14px 0px 0;
  315.     list-style:none;
  316. }
  317. #header_header li {
  318.     display:inline;
  319.     margin:0;
  320.     padding:0;
  321. }
  322. #header_header li.farright
  323. {
  324.     float: right;
  325. }
  326. #header_header a {
  327.     float:left;
  328.     background:#4d4684 url("btn_menu_left.gif") no-repeat left top;
  329.     margin:0;
  330.     padding:0 0 0 9px;
  331.     /*border-bottom:1px solid #765;*/
  332.     text-decoration:none;
  333.     white-space:nowrap;
  334. }
  335. #header_header a span {
  336.     float:left;
  337.     display:block;
  338.     background:url("btn_menu_right.gif") no-repeat right top;
  339.     padding:7px 12px 4px 5px;
  340.     font-size: 12px;
  341.     font-family: Arial,sans-serif;
  342.     font-weight: bold;
  343.     color:#CCF;
  344. }
  345. /* Commented Backslash Hack hides rule from IE5-Mac \*/
  346. #header_header a span {float:none;}
  347. /* End IE5-Mac hack */
  348. #header_header a:hover span {
  349.     color:#000;
  350. }
  351.  
  352. .guide #nav-guide a, .manage #nav-manage a,
  353. .search #nav-search a, .videolibrary #nav-videolibrary a,
  354. .musiclibrary #nav-musiclibrary a, .photolibrary #nav-photolibrary a, .admin #nav-admin a,
  355. .logout #nav-logout a, .info #nav-info a {
  356.     background-color: #9fb6c8;
  357.     background-position:0% -150px;
  358.     border-width:0;
  359. }
  360. .guide #nav-guide a span, .manage #nav-manage a span,
  361. .search #nav-search a span, .videolibrary #nav-videolibrary a span,
  362. .musiclibrary #nav-musiclibrary a span, .photolibrary #nav-photolibrary a span, .admin #nav-admin a span,
  363. .logout #nav-logout a span, .info #nav-info a span {
  364.     background-position:100% -150px;
  365.     /*padding-bottom:5px;*/
  366.     color:#000;
  367. }
  368. #header_header a:hover {
  369.     background-color: #9fb6c8;
  370.     background-position:0% -150px;
  371.     color:#000;
  372. }
  373. #header_header a:hover span 
  374. {
  375.     background-position:100% -150px;
  376.     color:#000;
  377. }
  378.